/******************************************************************************* * Copyright (c) 2000, 2006 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation *******************************************************************************/ package org.eclipse.ui.tests.api; public interface IConstants { public static String FakeID = "Is this fake ID for buying beer or getting into a club?", FakeLabel = "Hmmm. Who's to say this is a fake label? I mean, someday, this can be a real label.", UnknownFileName[] = { "This is not a known file name to the world.with a cool extension", "this is not the same as the other.anyways this is a file extension" }, KnownFileName[] = { "plugin.xml" }, ProjectName = "JUnitTestingProjectName"; }